Skip to content

Commit

Permalink
Merge pull request #101 from connext/grumpCat
Browse files Browse the repository at this point in the history
feat: added grumpyCat token
  • Loading branch information
prathmeshkhandelwal1 authored Oct 26, 2023
2 parents d823e03 + d8ebda0 commit 1ffca92
Showing 1 changed file with 33 additions and 7 deletions.
40 changes: 33 additions & 7 deletions crossChain.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,12 @@
"symbol": "xRADAR",
"mainnetEquivalent": "0x44709a920fCcF795fbC57BAA433cc3dd53C44DbE",
"decimals": 18
},
"0x3B350F202473932411772C8Cb76DB7975f42397E": {
"name": "xGrumpy Cat",
"symbol": "xGrumpyCat",
"mainnetEquivalent": "0xd8E2D95C8614F28169757cD6445a71c291dEc5bF",
"decimals": 18
}
},
"rpc": [
Expand Down Expand Up @@ -473,18 +479,14 @@
"decimals": 18
}
},
"rpc": [
"https://ethereum-goerli-rpc.allthatnode.com/"
],
"rpc": ["https://ethereum-goerli-rpc.allthatnode.com/"],
"subgraph": [
"https://api.thegraph.com/subgraphs/name/connext/nxtp-goerli-v1-runtime"
],
"analyticsSubgraph": [
"https://api.thegraph.com/subgraphs/name/connext/nxtp-goerli-v1-analytics"
],
"faucets": [
"https://faucet.goerli.mudit.blog"
],
"faucets": ["https://faucet.goerli.mudit.blog"],
"subgraphs": {
"runtime": [
{
Expand Down Expand Up @@ -625,6 +627,12 @@
"symbol": "NEXT",
"mainnetEquivalent": "0x58b9cB810A68a7f3e1E4f8Cb45D1B9B3c79705E8",
"decimals": 18
},
"0x3B350F202473932411772C8Cb76DB7975f42397E": {
"name": "xGrumpy Cat",
"symbol": "xGrumpyCat",
"mainnetEquivalent": "0xd8E2D95C8614F28169757cD6445a71c291dEc5bF",
"decimals": 18
}
},
"shortName": "oeth",
Expand Down Expand Up @@ -924,6 +932,12 @@
"symbol": "RADAR",
"mainnetEquivalent": "0x44709a920fCcF795fbC57BAA433cc3dd53C44DbE",
"decimals": 18
},
"0x3B350F202473932411772C8Cb76DB7975f42397E": {
"name": "xGrumpy Cat",
"symbol": "xGrumpyCat",
"mainnetEquivalent": "0xd8E2D95C8614F28169757cD6445a71c291dEc5bF",
"decimals": 18
}
},
"rpc": [
Expand Down Expand Up @@ -1498,6 +1512,12 @@
"symbol": "NEXT",
"mainnetEquivalent": "0x58b9cB810A68a7f3e1E4f8Cb45D1B9B3c79705E8",
"decimals": 18
},
"0x3B350F202473932411772C8Cb76DB7975f42397E": {
"name": "xGrumpy Cat",
"symbol": "xGrumpyCat",
"mainnetEquivalent": "0xd8E2D95C8614F28169757cD6445a71c291dEc5bF",
"decimals": 18
}
},
"rpc": [
Expand Down Expand Up @@ -2307,6 +2327,12 @@
"symbol": "NEXT",
"mainnetEquivalent": "0x58b9cB810A68a7f3e1E4f8Cb45D1B9B3c79705E8",
"decimals": 18
},
"0x3B350F202473932411772C8Cb76DB7975f42397E": {
"name": "xGrumpy Cat",
"symbol": "xGrumpyCat",
"mainnetEquivalent": "0xd8E2D95C8614F28169757cD6445a71c291dEc5bF",
"decimals": 18
}
},
"rpc": ["https://arb1.arbitrum.io/rpc"],
Expand Down Expand Up @@ -2739,7 +2765,7 @@
}
}
},
{
{
"name": "Local Mainnet",
"chainId": 31337,
"domainId": "31337",
Expand Down

0 comments on commit 1ffca92

Please sign in to comment.