Skip to content

Commit

Permalink
Add ERC721 and ERC20 to hardcoded named accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
buberdds committed Dec 11, 2024
1 parent e83decc commit 0e9ce34
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changelog/798.trivial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add ERC-721 and ERC-20 to hardcoded named accounts
60 changes: 60 additions & 0 deletions named-addresses/mainnet_sapphire.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,65 @@
"Name": "Subcall Precompile",
"Address": "oasis1qzr543mmela3xwflqtz3e0l8jzp8tupf3v59r6qn",
"Description": "Interacts with Oasis Runtime SDK modules. Some transactions are performed in two steps and emit event in the next block."
},
{
"Name": "Rosy",
"Address": "oasis1qrysq46guu3lug3mge6vgg7mrtthfuqnucq7rnp0",
"Description": "ERC20"
},
{
"Name": "illumineX Token",
"Address": "oasis1qzhxwvks20f6fng566rzcs98t65qjnp4pgd5mnvl",
"Description": "ERC20"
},
{
"Name": "RA1L",
"Address": "oasis1qzvys6j3vpe8sq7az60z3p24xtcxdxyaccjndpdt",
"Description": "ERC721"
},
{
"Name": "NFTrout",
"Address": "oasis1qpwe6h0hw6s0x4skujhznld065300p83wgxnvu0n",
"Description": "ERC721"
},
{
"Name": "Ocean Token",
"Address": "oasis1qr43dvghx4a75vndjcsg2r9ct2xqftwrgcnt5tge",
"Description": "ERC20"
},
{
"Name": "Wrapped ROSE",
"Address": "oasis1qpdgv5nv2dhxp4q897cgag6kgnm9qs0dccwnckuu",
"Description": "ERC20"
},
{
"Name": "wstROSE",
"Address": "oasis1qr2ta7ussnps40fnmp58p04cwn7yvr56eqepa7xh",
"Description": "ERC20"
},
{
"Name": "stROSE",
"Address": "oasis1qplsw278vcrs6kcam9ffu43dp5wqvdelqvw9gf68",
"Description": "ERC20"
},
{
"Name": "The 4th Pillar Token",
"Address": "oasis1qrtw0g3ufn29tk3t9s8rxx6mvsep33qd9szzgmct",
"Description": "ERC20"
},
{
"Name": "Bridged USDC",
"Address": "oasis1qr7y034j2srpxq90w20al600a52es8g3xylhvrl6",
"Description": "ERC20"
},
{
"Name": "RAKESH VILLAGE",
"Address": "oasis1qqx805qqxneftz67ywqjs47u23cd8lcjusl3wcrs",
"Description": "ERC20"
},
{
"Name": "NEBY",
"Address": "oasis1qr5mh6qpl9ql3d202jgk5845eyaggjhjevv9x90k",
"Description": "ERC20"
}
]

0 comments on commit 0e9ce34

Please sign in to comment.