We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db21ad7 commit 0e5cc07Copy full SHA for 0e5cc07
1 file changed
modules/statics/src/networks.ts
@@ -1402,6 +1402,11 @@ class Creditcoin extends Mainnet implements EthereumNetwork {
1402
accountExplorerUrl = 'https://creditcoin.blockscout.com/address/';
1403
chainId = 102030;
1404
nativeCoinOperationHashPrefix = '102030';
1405
+ forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1406
+ forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
1407
+ walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
1408
+ walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
1409
+ batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
1410
}
1411
1412
class Plasma extends Mainnet implements EthereumNetwork {
0 commit comments