Skip to content

Commit

Permalink
migrate to sepolia testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
NiftyAndy committed Mar 25, 2024
1 parent 80e88df commit e4213f7
Show file tree
Hide file tree
Showing 21 changed files with 1,234 additions and 1,332 deletions.
31 changes: 31 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Dependencies
node_modules
.pnp
.pnp.js

# Local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
!.env.example

# Testing
coverage

# Build Outputs
out/
build
dist

# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Misc
.DS_Store
*.pem
39 changes: 1 addition & 38 deletions abis/NiftyDegen.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,43 +327,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"components": [
{ "internalType": "uint16", "name": "tribe", "type": "uint16" },
{ "internalType": "uint16", "name": "skinColor", "type": "uint16" },
{ "internalType": "uint16", "name": "furColor", "type": "uint16" },
{ "internalType": "uint16", "name": "eyeColor", "type": "uint16" },
{ "internalType": "uint16", "name": "pupilColor", "type": "uint16" },
{ "internalType": "uint16", "name": "hair", "type": "uint16" },
{ "internalType": "uint16", "name": "mouth", "type": "uint16" },
{ "internalType": "uint16", "name": "beard", "type": "uint16" },
{ "internalType": "uint16", "name": "top", "type": "uint16" },
{ "internalType": "uint16", "name": "outerwear", "type": "uint16" },
{ "internalType": "uint16", "name": "print", "type": "uint16" },
{ "internalType": "uint16", "name": "bottom", "type": "uint16" },
{ "internalType": "uint16", "name": "footwear", "type": "uint16" },
{ "internalType": "uint16", "name": "belt", "type": "uint16" },
{ "internalType": "uint16", "name": "hat", "type": "uint16" },
{ "internalType": "uint16", "name": "eyewear", "type": "uint16" },
{ "internalType": "uint16", "name": "piercing", "type": "uint16" },
{ "internalType": "uint16", "name": "wrist", "type": "uint16" },
{ "internalType": "uint16", "name": "hands", "type": "uint16" },
{ "internalType": "uint16", "name": "neckwear", "type": "uint16" },
{ "internalType": "uint16", "name": "leftItem", "type": "uint16" },
{ "internalType": "uint16", "name": "rightItem", "type": "uint16" }
],
"internalType": "struct NiftyLeagueCharacter.CharacterTraits",
"name": "_characterTraits",
"type": "tuple"
}
],
"name": "mintDegenWithCharacterTraits",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "name",
Expand Down Expand Up @@ -458,7 +421,7 @@
{ "internalType": "address", "name": "from", "type": "address" },
{ "internalType": "address", "name": "to", "type": "address" },
{ "internalType": "uint256", "name": "tokenId", "type": "uint256" },
{ "internalType": "bytes", "name": "_data", "type": "bytes" }
{ "internalType": "bytes", "name": "data", "type": "bytes" }
],
"name": "safeTransferFrom",
"outputs": [],
Expand Down
File renamed without changes.
Loading

0 comments on commit e4213f7

Please sign in to comment.