Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add arbitrum #5337

Merged
merged 20 commits into from
Oct 9, 2023
Merged
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
3 changes: 3 additions & 0 deletions .env.app
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ REACT_APP_UNCHAINED_POLYGON_HTTP_URL=https://api.polygon.shapeshift.com
REACT_APP_UNCHAINED_POLYGON_WS_URL=wss://api.polygon.shapeshift.com
REACT_APP_UNCHAINED_GNOSIS_HTTP_URL=https://api.gnosis.shapeshift.com
REACT_APP_UNCHAINED_GNOSIS_WS_URL=wss://api.gnosis.shapeshift.com
REACT_APP_UNCHAINED_ARBITRUM_HTTP_URL=https://api.arbitrum.shapeshift.com
REACT_APP_UNCHAINED_ARBITRUM_WS_URL=wss://api.arbitrum.shapeshift.com
REACT_APP_UNCHAINED_BITCOIN_HTTP_URL=https://api.bitcoin.shapeshift.com
REACT_APP_UNCHAINED_BITCOIN_WS_URL=wss://api.bitcoin.shapeshift.com
REACT_APP_UNCHAINED_DOGECOIN_WS_URL=wss://api.dogecoin.shapeshift.com
Expand All @@ -38,6 +40,7 @@ REACT_APP_OPTIMISM_NODE_URL=https://daemon.optimism.shapeshift.com
REACT_APP_BNBSMARTCHAIN_NODE_URL=https://daemon.bnbsmartchain.shapeshift.com
REACT_APP_POLYGON_NODE_URL=https://daemon.polygon.shapeshift.com
REACT_APP_GNOSIS_NODE_URL=https://daemon.gnosis.shapeshift.com
REACT_APP_ARBITRUM_NODE_URL=https://daemon.arbitrum.shapeshift.com
REACT_APP_COSMOS_NODE_URL=https://daemon.cosmos.shapeshift.com
REACT_APP_THORCHAIN_NODE_URL=https://daemon.thorchain.shapeshift.com

Expand Down
4 changes: 4 additions & 0 deletions .env.base
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ REACT_APP_FEATURE_AXELAR=false
REACT_APP_FEATURE_BNBSMARTCHAIN=true
REACT_APP_FEATURE_POLYGON=true
REACT_APP_FEATURE_GNOSIS=true
REACT_APP_FEATURE_ARBITRUM=false
REACT_APP_FEATURE_JAYPEGZ=true
REACT_APP_FEATURE_DASHBOARD_TABS=true
REACT_APP_FEATURE_DEFI_DASHBOARD=true
Expand Down Expand Up @@ -84,11 +85,14 @@ REACT_APP_ALCHEMY_API_KEY=3DnVf4ZoxBk0W0TZcipqAhmATm7uc1vE
REACT_APP_ALCHEMY_POLYGON_JAYPEGS_API_KEY=OqVQS8M_NzYeV--9xHZjKEIscrZOADzp
REACT_APP_ALCHEMY_ETHEREUM_JAYPEGS_API_KEY=yh6GF21GaU8wlvEB4wYp7ssXhCU76gOx
REACT_APP_ALCHEMY_OPTIMISM_JAYPEGS_API_KEY=K03vX5rMZeGmF2V9U-SCsrCeeVnr8qmO
REACT_APP_ALCHEMY_ARBITRUM_JAYPEGS_API_KEY=DqH3kvkDIq8qwit_G8TM4DFQe5s5TKdq
kaladinlight marked this conversation as resolved.
Show resolved Hide resolved

# Base URLs for NFTs - to be used with the REST endpoints above.
# SDK usage is usually preferred, but not all endoints have SDK wrappers around them.
REACT_APP_ALCHEMY_POLYGON_JAYPEGS_BASE_URL=https://polygon-mainnet.g.alchemy.com/nft/v2
REACT_APP_ALCHEMY_ETHEREUM_JAYPEGS_BASE_URL=https://eth-mainnet.g.alchemy.com/nft/v2
REACT_APP_ALCHEMY_OPTIMISM_JAYPEGS_BASE_URL=https://opt-mainnet.g.alchemy.com/nft/v2
REACT_APP_ALCHEMY_ARBITRUM_JAYPEGS_BASE_URL=https://arb-mainnet.g.alchemy.com/nft/v2

# junopay
REACT_APP_JUNOPAY_APP_ID=live_SYkQkrlyIQeuQf8AauSOaGTa
Expand Down
4 changes: 4 additions & 0 deletions .env.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# feature flags
REACT_APP_FEATURE_NFT_METADATA=true
REACT_APP_FEATURE_ARBITRUM=true
REACT_APP_FEATURE_FOX_DISCOUNTS=true
REACT_APP_FEATURE_WALLET_CONNECT_V2=true

Expand All @@ -22,6 +23,8 @@ REACT_APP_UNCHAINED_POLYGON_HTTP_URL=https://dev-api.polygon.shapeshift.com
REACT_APP_UNCHAINED_POLYGON_WS_URL=wss://dev-api.polygon.shapeshift.com
REACT_APP_UNCHAINED_GNOSIS_HTTP_URL=https://dev-api.gnosis.shapeshift.com
REACT_APP_UNCHAINED_GNOSIS_WS_URL=wss://dev-api.gnosis.shapeshift.com
REACT_APP_UNCHAINED_ARBITRUM_HTTP_URL=https://dev-api.arbitrum.shapeshift.com
REACT_APP_UNCHAINED_ARBITRUM_WS_URL=wss://dev-api.arbitrum.shapeshift.com
REACT_APP_UNCHAINED_BITCOIN_HTTP_URL=https://dev-api.bitcoin.shapeshift.com
REACT_APP_UNCHAINED_BITCOIN_WS_URL=wss://dev-api.bitcoin.shapeshift.com
REACT_APP_UNCHAINED_DOGECOIN_WS_URL=wss://dev-api.dogecoin.shapeshift.com
Expand All @@ -43,6 +46,7 @@ REACT_APP_OPTIMISM_NODE_URL=https://dev-daemon.optimism.shapeshift.com
REACT_APP_BNBSMARTCHAIN_NODE_URL=https://dev-daemon.bnbsmartchain.shapeshift.com
REACT_APP_POLYGON_NODE_URL=https://dev-daemon.polygon.shapeshift.com
REACT_APP_GNOSIS_NODE_URL=https://dev-daemon.gnosis.shapeshift.com
REACT_APP_ARBITRUM_NODE_URL=https://dev-daemon.arbitrum.shapeshift.com
REACT_APP_COSMOS_NODE_URL=https://dev-daemon.cosmos.shapeshift.com
REACT_APP_THORCHAIN_NODE_URL=https://dev-daemon.thorchain.shapeshift.com

Expand Down
4 changes: 4 additions & 0 deletions .env.develop
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# feature flags
REACT_APP_FEATURE_NFT_METADATA=true
REACT_APP_FEATURE_CHATWOOT=true
REACT_APP_FEATURE_ARBITRUM=true
REACT_APP_FEATURE_WALLET_CONNECT_V2=true

# mixpanel
Expand All @@ -19,6 +20,8 @@ REACT_APP_UNCHAINED_POLYGON_HTTP_URL=https://dev-api.polygon.shapeshift.com
REACT_APP_UNCHAINED_POLYGON_WS_URL=wss://dev-api.polygon.shapeshift.com
REACT_APP_UNCHAINED_GNOSIS_HTTP_URL=https://dev-api.gnosis.shapeshift.com
REACT_APP_UNCHAINED_GNOSIS_WS_URL=wss://dev-api.gnosis.shapeshift.com
REACT_APP_UNCHAINED_ARBITRUM_HTTP_URL=https://dev-api.arbitrum.shapeshift.com
REACT_APP_UNCHAINED_ARBITRUM_WS_URL=wss://dev-api.arbitrum.shapeshift.com
REACT_APP_UNCHAINED_BITCOIN_HTTP_URL=https://dev-api.bitcoin.shapeshift.com
REACT_APP_UNCHAINED_BITCOIN_WS_URL=wss://dev-api.bitcoin.shapeshift.com
REACT_APP_UNCHAINED_DOGECOIN_WS_URL=wss://dev-api.dogecoin.shapeshift.com
Expand All @@ -40,6 +43,7 @@ REACT_APP_OPTIMISM_NODE_URL=https://dev-daemon.optimism.shapeshift.com
REACT_APP_BNBSMARTCHAIN_NODE_URL=https://dev-daemon.bnbsmartchain.shapeshift.com
REACT_APP_POLYGON_NODE_URL=https://dev-daemon.polygon.shapeshift.com
REACT_APP_GNOSIS_NODE_URL=https://dev-daemon.gnosis.shapeshift.com
REACT_APP_ARBITRUM_NODE_URL=https://dev-daemon.arbitrum.shapeshift.com
REACT_APP_COSMOS_NODE_URL=https://dev-daemon.cosmos.shapeshift.com
REACT_APP_THORCHAIN_NODE_URL=https://dev-daemon.thorchain.shapeshift.com

Expand Down
3 changes: 3 additions & 0 deletions .env.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ REACT_APP_UNCHAINED_POLYGON_HTTP_URL=https://api.polygon.shapeshift.com
REACT_APP_UNCHAINED_POLYGON_WS_URL=wss://api.polygon.shapeshift.com
REACT_APP_UNCHAINED_GNOSIS_HTTP_URL=https://dev-api.gnosis.shapeshift.com
REACT_APP_UNCHAINED_GNOSIS_WS_URL=wss://dev-api.gnosis.shapeshift.com
REACT_APP_UNCHAINED_ARBITRUM_HTTP_URL=https://dev-api.arbitrum.shapeshift.com
REACT_APP_UNCHAINED_ARBITRUM_WS_URL=wss://dev-api.arbitrum.shapeshift.com
REACT_APP_UNCHAINED_BITCOIN_HTTP_URL=https://dev-api.bitcoin.shapeshift.com
REACT_APP_UNCHAINED_BITCOIN_WS_URL=wss://dev-api.bitcoin.shapeshift.com
REACT_APP_UNCHAINED_DOGECOIN_WS_URL=wss://dev-api.dogecoin.shapeshift.com
Expand All @@ -35,6 +37,7 @@ REACT_APP_OPTIMISM_NODE_URL=https://dev-daemon.optimism.shapeshift.com
REACT_APP_BNBSMARTCHAIN_NODE_URL=https://dev-daemon.bnbsmartchain.shapeshift.com
REACT_APP_POLYGON_NODE_URL=https://dev-daemon.polygon.shapeshift.com
REACT_APP_GNOSIS_NODE_URL=https://dev-daemon.gnosis.shapeshift.com
REACT_APP_ARBITRUM_NODE_URL=https://dev-daemon.arbitrum.shapeshift.com
REACT_APP_COSMOS_NODE_URL=https://dev-daemon.cosmos.shapeshift.com
REACT_APP_THORCHAIN_NODE_URL=https://dev-daemon.thorchain.shapeshift.com

Expand Down
3 changes: 3 additions & 0 deletions .env.private
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ REACT_APP_UNCHAINED_POLYGON_HTTP_URL=https://api.polygon.shapeshift.com
REACT_APP_UNCHAINED_POLYGON_WS_URL=wss://api.polygon.shapeshift.com
REACT_APP_UNCHAINED_GNOSIS_HTTP_URL=https://api.gnosis.shapeshift.com
REACT_APP_UNCHAINED_GNOSIS_WS_URL=wss://api.gnosis.shapeshift.com
REACT_APP_UNCHAINED_ARBITRUM_HTTP_URL=https://api.arbitrum.shapeshift.com
REACT_APP_UNCHAINED_ARBITRUM_WS_URL=wss://api.arbitrum.shapeshift.com
REACT_APP_UNCHAINED_BITCOIN_HTTP_URL=https://api.bitcoin.shapeshift.com
REACT_APP_UNCHAINED_BITCOIN_WS_URL=wss://api.bitcoin.shapeshift.com
REACT_APP_UNCHAINED_DOGECOIN_WS_URL=wss://api.dogecoin.shapeshift.com
Expand All @@ -36,6 +38,7 @@ REACT_APP_OPTIMISM_NODE_URL=https://daemon.optimism.shapeshift.com
REACT_APP_BNBSMARTCHAIN_NODE_URL=https://daemon.bnbsmartchain.shapeshift.com
REACT_APP_POLYGON_NODE_URL=https://daemon.polygon.shapeshift.com
REACT_APP_GNOSIS_NODE_URL=https://daemon.gnosis.shapeshift.com
REACT_APP_ARBITRUM_NODE_URL=https://daemon.arbitrum.shapeshift.com
REACT_APP_COSMOS_NODE_URL=https://daemon.cosmos.shapeshift.com
REACT_APP_THORCHAIN_NODE_URL=https://daemon.thorchain.shapeshift.com

Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,17 @@
"@shapeshiftoss/caip": "workspace:^",
"@shapeshiftoss/chain-adapters": "workspace:^",
"@shapeshiftoss/errors": "workspace:^",
"@shapeshiftoss/hdwallet-coinbase": "1.51.0",
"@shapeshiftoss/hdwallet-core": "1.51.0",
"@shapeshiftoss/hdwallet-keepkey": "1.51.0",
"@shapeshiftoss/hdwallet-keepkey-webusb": "1.51.0",
"@shapeshiftoss/hdwallet-keplr": "1.51.0",
"@shapeshiftoss/hdwallet-metamask": "1.51.0",
"@shapeshiftoss/hdwallet-native": "1.51.0",
"@shapeshiftoss/hdwallet-native-vault": "1.51.0",
"@shapeshiftoss/hdwallet-shapeshift-multichain": "1.51.0",
"@shapeshiftoss/hdwallet-walletconnectv2": "1.51.0",
"@shapeshiftoss/hdwallet-xdefi": "1.51.0",
"@shapeshiftoss/hdwallet-coinbase": "^1.51.0",
"@shapeshiftoss/hdwallet-core": "^1.51.0",
"@shapeshiftoss/hdwallet-keepkey": "^1.51.0",
"@shapeshiftoss/hdwallet-keepkey-webusb": "^1.51.0",
"@shapeshiftoss/hdwallet-keplr": "^1.51.0",
"@shapeshiftoss/hdwallet-metamask": "^1.51.0",
"@shapeshiftoss/hdwallet-native": "^1.51.0",
"@shapeshiftoss/hdwallet-native-vault": "^1.51.0",
"@shapeshiftoss/hdwallet-shapeshift-multichain": "^1.51.0",
"@shapeshiftoss/hdwallet-walletconnectv2": "^1.51.0",
"@shapeshiftoss/hdwallet-xdefi": "^1.51.0",
kaladinlight marked this conversation as resolved.
Show resolved Hide resolved
"@shapeshiftoss/types": "workspace:^",
"@shapeshiftoss/unchained-client": "workspace:^",
"@snapshot-labs/snapshot.js": "^0.6.1",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"eip155:100/slip44:60":"xdai","eip155:100/erc20:0x8c88ea1fd60462ef7004b9e288afcb4680a3c50c":"0xmonero","eip155:100/erc20:0xe887dc4fcb5240c0c080aeab8870421d3ebd0b28":"14066-santa-rosa","eip155:100/erc20:0xf4657ab08681214bcb1893aa8e9c7613459250ec":"1617-s-avers","eip155:100/erc20:0x4291f029b9e7acb02d49428458cf6fceac545f81":"1hive-water","eip155:100/erc20:0xe7b6de709ffc3bd237c2f2c800e1002f97a760f3":"4852-4854-w-cortez","eip155:100/erc20:0x3a97704a1b25f08aa230ae53b352e2e72ef52843":"agave-token","eip155:100/erc20:0x4b1e2c2762667331bc91648052f646d1b0d35984":"ageur","eip155:100/erc20:0xdfc20ae04ed70bd9c7d720f449eedae19f659d65":"badger-dao","eip155:100/erc20:0x7ef541e2a22058048904fe5744f9c7e4c57af717":"balancer","eip155:100/erc20:0xdd96b45877d0e8361a4ddb732da741e97f3191ff":"binance-usd","eip155:100/erc20:0xa899e4476ff5da39dcd9ddec7a6e2c651d8614bf":"bitcoin-br","eip155:100/erc20:0x83ff60e2f93f8edd0637ef669c69d5fb4f64ca8e":"bright-token","eip155:100/erc20:0xe2e73a1c69ecf83f464efce6a5be353a37ca09b2":"chainlink","eip155:100/erc20:0x8b8407c6184f1f0fd1082e83d6a3b8349caced12":"circuits-of-value","eip155:100/erc20:0x177127622c4a00f3d409b75571e12cb3c8973d3c":"cow-protocol","eip155:100/erc20:0x44fa8e6f47987339850636f88629646662444217":"dai","eip155:100/erc20:0xb0c5f3100a4d9d9532a4cfd68c55f1ae8da987eb":"daohaus","eip155:100/erc20:0x97edc0e345fbbbd8460847fcfa3bc2a13bf8641f":"daosquare","eip155:100/erc20:0xd3d47d5578e55c880505dc40648f7f9307c3e7a8":"defipulse-index","eip155:100/erc20:0xfbdd194376de19a88118e84e279b977f165d01b8":"dehive","eip155:100/erc20:0x524b969793a64a602342d89bc2789d43a016b13a":"donut","eip155:100/erc20:0xb90d6bec20993be5d72a5ab353343f7a0281f158":"dxdao","eip155:100/erc20:0xeeeeeb57642040be42185f49c52f7e9b38f8eeee":"elk-finance","eip155:100/erc20:0x6a8cb6714b1ee5b471a7d2ec4302cb4f5ff25ec2":"energy-web-token","eip155:100/erc20:0xd3226b12e6188133b19ac0419f34b0ed5b10f069":"esportsref","eip155:100/erc20:0xb17d999e840e0c1b157ca5ab8039bd958b5fa317":"ether-1","eip155:100/erc20:0x48b1b0d077b4919b65b4e4114806dd803901e1d9":"etherisc","eip155:100/erc20:0xec3f3e6d7907acda3a7431abd230196cda3fbb19":"ethichub","eip155:100/erc20:0x2bf2ba13735160624a0feae98f6ac8f70885ea61":"fraction","eip155:100/erc20:0x270de58f54649608d316faa795a9941b355a2bd0":"freedom-reserve","eip155:100/erc20:0x4f4f9b8d5b4d0dc10506e5551b0513b61fd59e75":"giveth","eip155:100/erc20:0x9c58bacc331c9aa871afd802db6379a98e80cedb":"gnosis","eip155:100/erc20:0x3a3e9715018d80916740e8ac300713fdf6614d19":"hivewater","eip155:100/erc20:0x71850b7e9ee3f13ab46d67167341e4bdc905eef9":"honey","eip155:100/erc20:0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc":"hop-protocol","eip155:100/erc20:0xd057604a14982fe8d88c5fc25aac3267ea142a08":"hopr","eip155:100/erc20:0x9fb1d52596c44603198fb0aee434fac3a679f702":"jarvis-synthetic-euro","eip155:100/erc20:0x2d5563da42b06fbbf9c67b7dc073cf6a7842239e":"jarvis-synthetic-swiss-franc","eip155:100/erc20:0x417602f4fbdd471a431ae29fb5fe0a681964c11b":"jpyc","eip155:100/erc20:0x431d5dff03120afa4bdf332c61a6e1766ef37bdb":"jpy-coin","eip155:100/erc20:0x37b60f4e9a31a64ccc0024dce7d0fd07eaa0f7b3":"kleros","eip155:100/erc20:0x3f56e0c36d275367b8c502090edf38289b3dea0d":"mimatic","eip155:100/erc20:0x63e62989d9eb2d37dfdb1f93a22f063635b07d51":"minerva-wallet","eip155:100/erc20:0xcb444e90d8198415266c6a2724b7900fb12fc56e":"monerium-eur-money","eip155:100/erc20:0xfa57aa7beed63d03aaf85ffd1753f5f6242588fb":"mt-pelerin-shares","eip155:100/erc20:0xb5d592f85ab2d955c25720ebe6ff8d4d1e1be300":"particle-2","eip155:100/erc20:0x7ecf26cd9a36990b8ea477853663092333f59979":"perpetual-protocol","eip155:100/erc20:0x18e9262e68cc6c6004db93105cc7c001bb103e49":"raid-token","eip155:100/erc20:0x21a42669643f45bc0e086b8fc2ed70c23d67509d":"shapeshift-fox-token","eip155:100/erc20:0x256eb8a51f382650b2a1e946b8811953640ee47d":"streamr","eip155:100/erc20:0x532801ed6f82fffd2dab70a19fc2d7b2772c4f4b":"swapr","eip155:100/erc20:0xdbf3ea6f5bee45c02255b2c26a16f300502f68da":"swarm-bzz","eip155:100/erc20:0x84e2c67cbefae6b5148fca7d02b341b12ff4b5bb":"swash","eip155:100/erc20:0xaad66432d27737ecf6ed183160adc5ef36ab99f2":"tellor","eip155:100/erc20:0x4ecaba5870353805a9f068101a40e0f32ed605c6":"tether","eip155:100/erc20:0x5df8339c5e282ee48c0c7ce8a7d01a73d38b3b27":"token-engineering-commons","eip155:100/erc20:0x364b5975385b4de226cf450df82d7ed69902ac5a":"torg","eip155:100/erc20:0x479e32cdff5f216f93060700c711d1cc8e811a6b":"trips-community","eip155:100/erc20:0x703120f2f2011a0d03a03a531ac0e84e81f15989":"uncl","eip155:100/erc20:0x0116e28b43a358162b96f70b4de14c98a4465f25":"unicrypt-2","eip155:100/erc20:0x4537e328bf7e4efa29d05caea260d7fe26af9d74":"uniswap","eip155:100/erc20:0xddafbb505ad214d7b80b1f830fccc89b60fb7a83":"usd-coin","eip155:100/erc20:0x6a023ccd1ff6f2045c3309768ead9e68f978f6e1":"weth","eip155:100/erc20:0x8e5bbbb09ed1ebde8674cda39a0c169401db4252":"wrapped-bitcoin","eip155:100/erc20:0x6c76971f98945ae98dd7d4dfca8711ebea946ea6":"wrapped-steth","eip155:100/erc20:0xe91d153e0b41518a2ce8dd3d7944fa863463a97d":"wrapped-xdai","eip155:100/erc20:0x38fb649ad3d6ba1113be5f57b927053e97fc5bf7":"xdai-native-comb","eip155:100/erc20:0xb7d311e2eb55f2f68a9440da38e7989210b9a05e":"xdai-stake","eip155:100/erc20:0xbf65bfcb5da067446cee6a706ba3fe2fb1a9fdfd":"yearn-finance","eip155:100/erc20:0x07279343ce61c11cb091142c8a20a1f8194d0ca8":"zenland"}
{"eip155:100/slip44:60":"xdai","eip155:100/erc20:0x8c88ea1fd60462ef7004b9e288afcb4680a3c50c":"0xmonero","eip155:100/erc20:0x4291f029b9e7acb02d49428458cf6fceac545f81":"1hive-water","eip155:100/erc20:0x3a97704a1b25f08aa230ae53b352e2e72ef52843":"agave-token","eip155:100/erc20:0x4b1e2c2762667331bc91648052f646d1b0d35984":"ageur","eip155:100/erc20:0x1509706a6c66ca549ff0cb464de88231ddbe213b":"aura-finance","eip155:100/erc20:0xbbcb0356bb9e6b3faa5cbf9e5f36185d53403ac9":"backed-coinbase-global","eip155:100/erc20:0x1e2c4fb7ede391d116e6b41cd0608260e8801d59":"backed-cspx-core-s-p-500","eip155:100/erc20:0x2f123cf3f37ce3328cc9b5b8415f9ec5109b45e7":"backed-govies-0-6-months-euro","eip155:100/erc20:0x20c64dee8fda5269a78f2d5bdba861ca1d83df7a":"backed-high-high-yield-corp-bond","eip155:100/erc20:0x52d134c6db5889fad3542a09eaf7aa90c0fdf9e4":"backed-ibta-treasury-bond-1-3yr","eip155:100/erc20:0x2f11eeee0bf21e7661a22dbbbb9068f4ad191b86":"backed-niu-technologies","eip155:100/erc20:0xdfc20ae04ed70bd9c7d720f449eedae19f659d65":"badger-dao","eip155:100/erc20:0x7ef541e2a22058048904fe5744f9c7e4c57af717":"balancer","eip155:100/erc20:0xdd96b45877d0e8361a4ddb732da741e97f3191ff":"binance-usd","eip155:100/erc20:0xa899e4476ff5da39dcd9ddec7a6e2c651d8614bf":"bitcoin-br","eip155:100/erc20:0x83ff60e2f93f8edd0637ef669c69d5fb4f64ca8e":"bright-token","eip155:100/erc20:0xe2e73a1c69ecf83f464efce6a5be353a37ca09b2":"chainlink","eip155:100/erc20:0x8b8407c6184f1f0fd1082e83d6a3b8349caced12":"circuits-of-value","eip155:100/erc20:0x58b9cb810a68a7f3e1e4f8cb45d1b9b3c79705e8":"connext","eip155:100/erc20:0x177127622c4a00f3d409b75571e12cb3c8973d3c":"cow-protocol","eip155:100/erc20:0x44fa8e6f47987339850636f88629646662444217":"dai","eip155:100/erc20:0xb0c5f3100a4d9d9532a4cfd68c55f1ae8da987eb":"daohaus","eip155:100/erc20:0x97edc0e345fbbbd8460847fcfa3bc2a13bf8641f":"daosquare","eip155:100/erc20:0xd3d47d5578e55c880505dc40648f7f9307c3e7a8":"defipulse-index","eip155:100/erc20:0xfbdd194376de19a88118e84e279b977f165d01b8":"dehive","eip155:100/erc20:0x524b969793a64a602342d89bc2789d43a016b13a":"donut","eip155:100/erc20:0xb90d6bec20993be5d72a5ab353343f7a0281f158":"dxdao","eip155:100/erc20:0xeeeeeb57642040be42185f49c52f7e9b38f8eeee":"elk-finance","eip155:100/erc20:0x6a8cb6714b1ee5b471a7d2ec4302cb4f5ff25ec2":"energy-web-token","eip155:100/erc20:0xb17d999e840e0c1b157ca5ab8039bd958b5fa317":"ether-1","eip155:100/erc20:0x48b1b0d077b4919b65b4e4114806dd803901e1d9":"etherisc","eip155:100/erc20:0xec3f3e6d7907acda3a7431abd230196cda3fbb19":"ethichub","eip155:100/erc20:0x270de58f54649608d316faa795a9941b355a2bd0":"freedom-reserve","eip155:100/erc20:0xd589f00fa2eb83367f732ab3cda92ee0940389cf":"fuse-network-token","eip155:100/erc20:0x4f4f9b8d5b4d0dc10506e5551b0513b61fd59e75":"giveth","eip155:100/erc20:0x9c58bacc331c9aa871afd802db6379a98e80cedb":"gnosis","eip155:100/erc20:0x3a3e9715018d80916740e8ac300713fdf6614d19":"hivewater","eip155:100/erc20:0x71850b7e9ee3f13ab46d67167341e4bdc905eef9":"honey","eip155:100/erc20:0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc":"hop-protocol","eip155:100/erc20:0xd057604a14982fe8d88c5fc25aac3267ea142a08":"hopr","eip155:100/erc20:0x9fb1d52596c44603198fb0aee434fac3a679f702":"jarvis-synthetic-euro","eip155:100/erc20:0x2d5563da42b06fbbf9c67b7dc073cf6a7842239e":"jarvis-synthetic-swiss-franc","eip155:100/erc20:0x417602f4fbdd471a431ae29fb5fe0a681964c11b":"jpyc","eip155:100/erc20:0x431d5dff03120afa4bdf332c61a6e1766ef37bdb":"jpy-coin","eip155:100/erc20:0x37b60f4e9a31a64ccc0024dce7d0fd07eaa0f7b3":"kleros","eip155:100/erc20:0x3f56e0c36d275367b8c502090edf38289b3dea0d":"mimatic","eip155:100/erc20:0x63e62989d9eb2d37dfdb1f93a22f063635b07d51":"minerva-wallet","eip155:100/erc20:0xcb444e90d8198415266c6a2724b7900fb12fc56e":"monerium-eur-money","eip155:100/erc20:0xfa57aa7beed63d03aaf85ffd1753f5f6242588fb":"mt-pelerin-shares","eip155:100/erc20:0xb5d592f85ab2d955c25720ebe6ff8d4d1e1be300":"particle-2","eip155:100/erc20:0x7ecf26cd9a36990b8ea477853663092333f59979":"perpetual-protocol","eip155:100/erc20:0x18e9262e68cc6c6004db93105cc7c001bb103e49":"raid-token","eip155:100/erc20:0x21a42669643f45bc0e086b8fc2ed70c23d67509d":"shapeshift-fox-token","eip155:100/erc20:0x256eb8a51f382650b2a1e946b8811953640ee47d":"streamr","eip155:100/erc20:0x532801ed6f82fffd2dab70a19fc2d7b2772c4f4b":"swapr","eip155:100/erc20:0xdbf3ea6f5bee45c02255b2c26a16f300502f68da":"swarm-bzz","eip155:100/erc20:0x84e2c67cbefae6b5148fca7d02b341b12ff4b5bb":"swash","eip155:100/erc20:0xaad66432d27737ecf6ed183160adc5ef36ab99f2":"tellor","eip155:100/erc20:0x4ecaba5870353805a9f068101a40e0f32ed605c6":"tether","eip155:100/erc20:0x5df8339c5e282ee48c0c7ce8a7d01a73d38b3b27":"token-engineering-commons","eip155:100/erc20:0x364b5975385b4de226cf450df82d7ed69902ac5a":"torg","eip155:100/erc20:0x703120f2f2011a0d03a03a531ac0e84e81f15989":"uncl","eip155:100/erc20:0x0116e28b43a358162b96f70b4de14c98a4465f25":"unicrypt-2","eip155:100/erc20:0x4537e328bf7e4efa29d05caea260d7fe26af9d74":"uniswap","eip155:100/erc20:0xddafbb505ad214d7b80b1f830fccc89b60fb7a83":"usd-coin","eip155:100/erc20:0x6a023ccd1ff6f2045c3309768ead9e68f978f6e1":"weth","eip155:100/erc20:0x8e5bbbb09ed1ebde8674cda39a0c169401db4252":"wrapped-bitcoin","eip155:100/erc20:0x6c76971f98945ae98dd7d4dfca8711ebea946ea6":"wrapped-steth","eip155:100/erc20:0xe91d153e0b41518a2ce8dd3d7944fa863463a97d":"wrapped-xdai","eip155:100/erc20:0x38fb649ad3d6ba1113be5f57b927053e97fc5bf7":"xdai-native-comb","eip155:100/erc20:0xb7d311e2eb55f2f68a9440da38e7989210b9a05e":"xdai-stake","eip155:100/erc20:0xbf65bfcb5da067446cee6a706ba3fe2fb1a9fdfd":"yearn-finance","eip155:100/erc20:0x07279343ce61c11cb091142c8a20a1f8194d0ca8":"zenland"}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading