Skip to content

bryanlabs/svc-odin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

svc-odin

IBC Paths maintained by Defiant Labs. If you want to participate in these paths feel free to use the CONFIGs below.

Wallets

Axelar

client Open
connection open
channel open
ibc test

GO RELAYER CONFIG

global:
  api-listen-addr: :5183
  timeout: 10s
  memo: "defiantlabs"
  light-cache-size: 20
chains:
  axelar:
    type: cosmos
    value:
      key: default
      chain-id: axelar-dojo-1
      rpc-addr: https://rpc.axelar.strange.love:443
      account-prefix: axelar
      keyring-backend: test
      gas-adjustment: 1.2
      gas-prices: 0.007uaxl
      min-gas-amount: 0
      debug: false
      timeout: 20s
      block-timeout: ""
      output-format: json
      sign-mode: direct
      extra-codecs: []
      coin-type: 118
      signing-algorithm: ""
      broadcast-mode: batch
      min-loop-duration: 0s
      feegrants: null
  odin:
    type: cosmos
    value:
      key: default
      chain-id: odin-mainnet-freya
      rpc-addr: http://34.79.179.216:26657
      # rpc-addr: https://odin-rpc.lavenderfive.com:443
      # rpc-addr: https://odin-mainnet-rpc.autostake.com:443
      account-prefix: odin
      keyring-backend: test
      gas-adjustment: 1.2
      gas-prices: 0.0125loki
      min-gas-amount: 0
      debug: false
      timeout: 20s
      block-timeout: ""
      output-format: json
      sign-mode: direct
      extra-codecs: []
      coin-type: 118
      signing-algorithm: ""
      broadcast-mode: batch
      min-loop-duration: 0s
      feegrants: null
paths:
  mainnet-odin-axelar:
    src:
      chain-id: odin-mainnet-freya
      client-id: 07-tendermint-66
      connection-id: connection-51
    dst:
      chain-id: axelar-dojo-1
      client-id: 07-tendermint-150
      connection-id: connection-135
    src-channel-filter:
      rule: "allowlist"
      channel-list: ["channel-37"]

Osmosis

GO RELAYER CONFIG

global:
  api-listen-addr: :5183
  timeout: 10s
  memo: "defiantlabs"
  light-cache-size: 20
chains:
  odin:
    type: cosmos
    value:
      key: default
      chain-id: odin-mainnet-freya
      rpc-addr: http://34.79.179.216:26657
      account-prefix: odin
      keyring-backend: test
      gas-adjustment: 1.2
      gas-prices: 0.0125loki
      min-gas-amount: 0
      debug: false
      timeout: 20s
      block-timeout: ""
      output-format: json
      sign-mode: direct
      extra-codecs: []
      coin-type: 118
      signing-algorithm: ""
      broadcast-mode: batch
      min-loop-duration: 0s
      feegrants: null
  osmosis:
    type: cosmos
    value:
      key: default
      chain-id: osmosis-1
      rpc-addr: https://rpc.osmosis.strange.love:443
      account-prefix: osmo
      keyring-backend: test
      gas-adjustment: 1.2
      gas-prices: 0.0025uosmo
      min-gas-amount: 0
      debug: false
      timeout: 20s
      block-timeout: ""
      output-format: json
      sign-mode: direct
      extra-codecs: []
      coin-type: 118
      signing-algorithm: ""
      broadcast-mode: batch
      min-loop-duration: 0s
      feegrants: null
paths:
  mainnet-odin-osmosis:
    src:
      chain-id: odin-mainnet-freya
      client-id: 07-tendermint-10
      connection-id: connection-9
    dst:
      chain-id: osmosis-1
      client-id: 07-tendermint-2007
      connection-id: connection-1551
    src-channel-filter:
      rule: "allowlist"
      channel-list: ["channel-3"]

About

Defiant Labs Services for Odin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published