Skip to content

Commit

Permalink
CCCP-197, feature: support bridge for EGG on Goerli (#42)
Browse files Browse the repository at this point in the history
* CCCP-197, feature: support bridge for EGG on Goerli

* CCCP-197, feature: support bridge for EGG, WITCH on mainnet

---------

Co-authored-by: alstjd0921 <[email protected]>
  • Loading branch information
dnjscksdn98 and alstjd0921 authored Aug 17, 2023
1 parent 654269c commit 354bf3c
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 3 deletions.
15 changes: 15 additions & 0 deletions configs-testnet/entity.relayer.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@
"address": "0xb8fFfC7111FCCC3ceBeE680c5221bB5E6f9F5935",
"abi_file": "abi.erc20.json"
},
{
"name": "BRIDGED_ETH_GOERLI_EGG_ON_BFC_TEST",
"address": "0x2E4a76c993CAD19595049fAE0D747E51fa452300",
"abi_file": "abi.erc20.json"
},
{
"name": "BRIDGED_BNB_TEST_USDC_ON_BFC_TEST",
"address": "0xC67f0b7c01f6888D43B563B3a8B851856BcfAB64",
Expand Down Expand Up @@ -177,6 +182,11 @@
"name": "UNIFIED_P2D_ON_BFC_TEST",
"address": "0xDa007Bea12013Ee90D5DEC4111DBA5bd98314F93",
"abi_file": "abi.unified.erc20.json"
},
{
"name": "UNIFIED_EGG_ON_BFC_TEST",
"address": "0xc53CE1aA929e9E8B7F9587bbEE2aB0fB530Fe676",
"abi_file": "abi.unified.erc20.json"
}
],
"events": [
Expand Down Expand Up @@ -253,6 +263,11 @@
"name": "WITCH_ON_ETH_GOERLI",
"address": "0x8d9a156587C4593F34294D6b1DCBc7A5F29e0356",
"abi_file": "abi.erc20.json"
},
{
"name": "EGG_ON_ETH_GOERLI",
"address": "0x9225c534403eEAB0B80394F60683F51EF9acD627",
"abi_file": "abi.erc20.json"
}
],
"events": [
Expand Down
30 changes: 30 additions & 0 deletions configs/entity.relayer.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,16 @@
"address": "0xAD01dE2A0413B764F16643dBdc1667adc6D88FE9",
"abi_file": "abi.erc20.json"
},
{
"name": "BRIDGED_ETH_MAIN_EGG_ON_BFC_MAIN",
"address": "0xa24c671711DF240fD6967D655aD1Ef056675be01",
"abi_file": "abi.erc20.json"
},
{
"name": "BRIDGED_ETH_MAIN_WITCH_ON_BFC_MAIN",
"address": "0xA041E39E010B9B1B2483074a28F88c2ABA1F5a8c",
"abi_file": "abi.erc20.json"
},
{
"name": "BRIDGED_BNB_MAIN_USDC_ON_BFC_MAIN",
"address": "0x4F7aB59b5AC112970F5dD66D8a7ac505c8E5e08B",
Expand Down Expand Up @@ -162,6 +172,16 @@
"name": "UNIFIED_P2D_ON_BFC_MAIN",
"address": "0xAa2E0911AC56C6f8A9C4f0006A8C907D5d180A6a",
"abi_file": "abi.unified.erc20.json"
},
{
"name": "UNIFIED_EGG_ON_BFC_MAIN",
"address": "0x9DD4d64e41EA7Fc90ACEC15B08552172Ce94556a",
"abi_file": "abi.unified.erc20.json"
},
{
"name": "UNIFIED_WITCH_ON_BFC_MAIN",
"address": "0xB1f3A83597Bce2AD842c29bD750AE17afc474137",
"abi_file": "abi.unified.erc20.json"
}
],
"events": [
Expand Down Expand Up @@ -233,6 +253,16 @@
"name": "SAT_ON_ETH_MAIN",
"address": "0x5abf88cf3444611d13f6d1b39f3f3ee8575c91a2",
"abi_file": "abi.erc20.json"
},
{
"name": "EGG_ON_ETH_MAIN",
"address": "0x65ccd72c0813ce6f2703593b633202a0f3ca6a0c",
"abi_file": "abi.erc20.json"
},
{
"name": "WITCH_ON_ETH_MAIN",
"address": "0xdc524e3c6910257744C1F93Cf15E9F472b5bD236",
"abi_file": "abi.erc20.json"
}
],
"events": [
Expand Down
2 changes: 1 addition & 1 deletion rbclib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.13"
__version__ = "0.7.15"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/bifrost-platform/[email protected].13
git+https://github.com/bifrost-platform/[email protected].15
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
version=__version__,
packages=["rbclib"],
install_requires=[
"chainpy @ git+https://github.com/bifrost-platform/[email protected].13"
"chainpy @ git+https://github.com/bifrost-platform/[email protected].15"
]
)

0 comments on commit 354bf3c

Please sign in to comment.