Skip to content

Commit c0b383e

Browse files
authored
[entropy] add arbitrum goerli (#1139)
1 parent 59c7a0c commit c0b383e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

fortuna/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ chains:
99
geth_rpc_addr: https://api.testnet.evm.eosnetwork.com/
1010
contract_addr: 0xD42c7a708E74AD19401D907a14146F006c851Ee3
1111
legacy_tx: true
12+
arbitrum-goerli:
13+
geth_rpc_addr: https://arbitrum-goerli.publicnode.com
14+
contract_addr: 0xd9eAcfFB8e80b7193042499485EF8369b08E85B6

target_chains/ethereum/entropy_sdk/solidity/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The following table lists the current deployments of entropy.
2424
| avalanche-fuji | 0xD42c7a708E74AD19401D907a14146F006c851Ee3 | 0x6CC14824Ea2918f5De5C2f75A9Da968ad4BD6344 |
2525
| optimism-goerli | 0x28F16Af4D87523910b843a801454AEde5F9B0459 | 0x6CC14824Ea2918f5De5C2f75A9Da968ad4BD6344 |
2626
| eos-evm-testnet | 0xD42c7a708E74AD19401D907a14146F006c851Ee3 | 0x6CC14824Ea2918f5De5C2f75A9Da968ad4BD6344 |
27+
| arbitrum-goerli | 0xd9eAcfFB8e80b7193042499485EF8369b08E85B6 | 0x6CC14824Ea2918f5De5C2f75A9Da968ad4BD6344 |
2728
```
2829

2930
Choose one of these networks and instantiate an `IEntropy` contract in your solidity contract:

0 commit comments

Comments
 (0)