Skip to content

Commit

Permalink
Updates RMRK image, and sets actual token address and remtoe networks.
Browse files Browse the repository at this point in the history
  • Loading branch information
steven2308 committed Jan 8, 2024
1 parent be669ce commit 8d73b75
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion images/tokens/rmrk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 15 additions & 7 deletions registry/mainnet/interchain/squid.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,33 @@
},
"tokens": [
{
"tokenId": "0x41e276f2a123d67022502cdfa56ce754fc6eb27f13e7ac3da4c69a08ac668169",
"tokenAddress": "0x7e5738bDabc8ADb3670b07eA0e7D4b0B94282E4f",
"tokenId": "0xb689de707e78469c6a115fdcfd9a0c2db9f8e7ce5ade7b29526d63f4e01d77fb",
"tokenAddress": "0x524d524B4c9366be706D3A90dcf70076ca037aE3",
"symbol": "RMRK",
"prettySymbol": "RMRK",
"decimals": 18,
"name": "Test RMRK",
"name": "RMRK",
"originAxelarChainId": "moonbeam",
"transferType": "interchain",
"iconUrls": {
"svg": "https://raw.githubusercontent.com/axelarnetwork/axelar-configs/images/tokens/rmrk.svg"
},
"remoteTokens": [
{
"axelarChainId": "moonbeam",
"tokenAddress": "0x7e5738bDabc8ADb3670b07eA0e7D4b0B94282E4f"
"axelarChainId": "polygon",
"tokenAddress": "0x524d524B4c9366be706D3A90dcf70076ca037aE3"
},
{
"axelarChainId": "polygon",
"tokenAddress": "0x7e5738bDabc8ADb3670b07eA0e7D4b0B94282E4f"
"axelarChainId": "ethereum",
"tokenAddress": "0x524d524B4c9366be706D3A90dcf70076ca037aE3"
},
{
"axelarChainId": "base",
"tokenAddress": "0x524d524B4c9366be706D3A90dcf70076ca037aE3"
},
{
"axelarChainId": "binance",
"tokenAddress": "0x524d524B4c9366be706D3A90dcf70076ca037aE3"
}
]
}
Expand Down

0 comments on commit 8d73b75

Please sign in to comment.