Skip to content

Commit

Permalink
Add mantle testnet to default cfg (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma authored Dec 1, 2023
1 parent 99397c3 commit 147bf55
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion backend/config.json.default
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@
"etherspotPaymasterAddress": "0x8A41594e5c6Fe492e437414c24eA6f401186b8d2"
}
},
{
"chainId": 5001,
"bundler": "https://mantletestnet-bundler.etherspot.io/",
"contracts": {
"etherspotPaymasterAddress": "0xb56eC212C60C47fb7385f13b7247886FFa5E9D5C"
}
},
{
"chainId": 8217,
"bundler": "https://klaytn-bundler.etherspot.io/",
Expand Down Expand Up @@ -160,4 +167,4 @@
"etherspotPaymasterAddress": "0xcaDBADcFeD5530A49762DFc9d1d712CcD6b09b25"
}
}
]
]

0 comments on commit 147bf55

Please sign in to comment.