Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changelog/1240.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add main illuminex swap pairs to named accounts
10 changes: 4 additions & 6 deletions named-addresses/mainnet_emerald.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,12 @@
},
{
"Name": "Zero Address",
"Address": "oasis1qq2v39p9fqk997vk6742axrzqyu9v2ncyuqt8uek",
"Description": "This address is the oasis-standard derivation/counterpart of the Ethereum address 0x0. Sometimes used in internal data representations to indicate the absence of an account. For example, token mints are encoded as transfers from this address, and token burns as transfers to this address.",
"// comment": "0x0000000000000000000000000000000000000000"
"Address": "0x0000000000000000000000000000000000000000",
"Description": "This address is the oasis-standard derivation/counterpart of the Ethereum address 0x0. Sometimes used in internal data representations to indicate the absence of an account. For example, token mints are encoded as transfers from this address, and token burns as transfers to this address."
},
{
"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.",
"// comment": "0x0100000000000000000000000000000000000103"
"Address": "0x0100000000000000000000000000000000000103",
"Description": "Interacts with Oasis Runtime SDK modules. Some transactions are performed in two steps and emit event in the next block."
}
]
Loading
Loading