From 0e9ce3459f77bdc51f0621b597f365f4a9722324 Mon Sep 17 00:00:00 2001 From: Michal Zielenkiewicz Date: Tue, 10 Dec 2024 16:23:35 +0100 Subject: [PATCH] Add ERC721 and ERC20 to hardcoded named accounts --- .changelog/798.trivial.md | 1 + named-addresses/mainnet_sapphire.json | 60 +++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 .changelog/798.trivial.md diff --git a/.changelog/798.trivial.md b/.changelog/798.trivial.md new file mode 100644 index 000000000..1ac3a83b1 --- /dev/null +++ b/.changelog/798.trivial.md @@ -0,0 +1 @@ +Add ERC-721 and ERC-20 to hardcoded named accounts diff --git a/named-addresses/mainnet_sapphire.json b/named-addresses/mainnet_sapphire.json index 51523d6ac..6e439c251 100644 --- a/named-addresses/mainnet_sapphire.json +++ b/named-addresses/mainnet_sapphire.json @@ -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" } ]