Skip to content

Commit

Permalink
class hashes before contract addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Mar 4, 2025
1 parent 0bbafc3 commit 4b3eafe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions relayer.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ json_rpc_url = "https://starknet-sepolia.public.blastapi.io/rpc/v0_7"
# toml file containing the `account_address`, `public_key` and `signing_key` as Felt
relayer_wallet = ""

[starknet_chain_config.contract_addresses]
ibc_client = "0x05d78cad8c0efc496d5ce0bdce66bbae7aa9d97860448a5af84019227383bb2a"
ibc_core = "0x04cf1183281f8e60abcb58466b0d01f3eb273e64799d8e6ad2cea1578ef5e91a"

[starknet_chain_config.contract_classes]
erc20 = "0x04570481e743c3fdd442c44d968030b375cce8ec1471ccfd1a1dc48613060c3c"
ics20 = "0x04d2f862a3e23f094983b7e2df83f4875fbd6b8571c5a53478e0be8962f87b30"
ibc_client = "0x0305e76f607a3c39f2955902a41d820a4b2559e9e3e8bed681f32c2e87831901"

[starknet_chain_config.contract_addresses]
ibc_client = "0x05d78cad8c0efc496d5ce0bdce66bbae7aa9d97860448a5af84019227383bb2a"
ibc_core = "0x04cf1183281f8e60abcb58466b0d01f3eb273e64799d8e6ad2cea1578ef5e91a"

[cosmos_chain_config]
id = 'osmo-test-5'
account_prefix = 'osmo'
Expand Down

0 comments on commit 4b3eafe

Please sign in to comment.