Skip to content

Commit

Permalink
Merge pull request #179 from Cerebellum-Network/dev-cere
Browse files Browse the repository at this point in the history
GSRPC version 9.0.3
  • Loading branch information
yahortsaryk authored Apr 15, 2024
2 parents 682de5e + 29b927d commit 61f513b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion config/config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"name": "polygon",
"type": "ethereum",
"id": "2",
"endpoint": "https://matic-mumbai.chainstacklabs.com",
"endpoint": "https://rpc.ankr.com/polygon_amoy",
"from": "0x19631d940Cc52CB5533eAbFa66bE139099410efE",
"scan": true,
"opts": {
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ go 1.21
toolchain go1.21.5

require (
github.com/Cerebellum-Network/chainbridge-substrate-events v1.0.0-rc1
github.com/Cerebellum-Network/chainbridge-utils v1.2.0-rc1
github.com/Cerebellum-Network/go-substrate-rpc-client/v9 v9.0.2
github.com/Cerebellum-Network/chainbridge-substrate-events v1.0.0-rc2
github.com/Cerebellum-Network/chainbridge-utils v1.2.0-rc2
github.com/Cerebellum-Network/go-substrate-rpc-client/v9 v9.0.3
github.com/ChainSafe/log15 v1.0.0
github.com/ethereum/go-ethereum v1.13.11
github.com/prometheus/client_golang v1.18.0
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6L
github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/Cerebellum-Network/chainbridge-substrate-events v1.0.0-rc1 h1:Vp7P04aae3f0Hz/MfJJSYJUaMXgBNPGF8mYaN2iIJN8=
github.com/Cerebellum-Network/chainbridge-substrate-events v1.0.0-rc1/go.mod h1:Ub2P+OBiH+IIhYNcpgbb1hohG90cjIFC/vRkYEMbEno=
github.com/Cerebellum-Network/chainbridge-utils v1.2.0-rc1 h1:K1B6znmrH/eiprqJdJewKdTN6alCx6tERlzsicSDR1E=
github.com/Cerebellum-Network/chainbridge-utils v1.2.0-rc1/go.mod h1:g8f0YUDoFbl1j2W7OHbncAwUwKJ+xO2FYd0q6MPb0mM=
github.com/Cerebellum-Network/go-substrate-rpc-client/v9 v9.0.2 h1:x5hfEv60V9flpG/zPPxCRw4OxWBZgoABf3QSvzuu6gY=
github.com/Cerebellum-Network/go-substrate-rpc-client/v9 v9.0.2/go.mod h1:xaMq//F++u8q/cGcGAUvHEbMKfOeIY15ioQNCXjEUa0=
github.com/Cerebellum-Network/chainbridge-substrate-events v1.0.0-rc2 h1:jaIgwH+SHKQs5Arlb7CNOrbXdTh7fByLAf0uPMqaZuw=
github.com/Cerebellum-Network/chainbridge-substrate-events v1.0.0-rc2/go.mod h1:UBNG8WPGnrixc5auI0qg7TpzOa16o7rzZFRxXwMui08=
github.com/Cerebellum-Network/chainbridge-utils v1.2.0-rc2 h1:4OL40cgnnNUNhFnuY++MtnWLNlHSaFM0vzlhCqp8owo=
github.com/Cerebellum-Network/chainbridge-utils v1.2.0-rc2/go.mod h1:h77rfKfc5mWdQ0Jym1vds1Qz2Dp1isbBGOQMpi5Ze6g=
github.com/Cerebellum-Network/go-substrate-rpc-client/v9 v9.0.3 h1:sDALT60rVsICvSX9gSMejFeOrkeIziLsQWqOQUkBlPo=
github.com/Cerebellum-Network/go-substrate-rpc-client/v9 v9.0.3/go.mod h1:xaMq//F++u8q/cGcGAUvHEbMKfOeIY15ioQNCXjEUa0=
github.com/ChainSafe/go-schnorrkel v1.0.0 h1:3aDA67lAykLaG1y3AOjs88dMxC88PgUuHRrLeDnvGIM=
github.com/ChainSafe/go-schnorrkel v1.0.0/go.mod h1:dpzHYVxLZcp8pjlV+O+UR8K0Hp/z7vcchBSbMBEhCw4=
github.com/ChainSafe/go-schnorrkel v1.1.0 h1:rZ6EU+CZFCjB4sHUE1jIu8VDoB/wRKZxoe1tkcO71Wk=
Expand Down

0 comments on commit 61f513b

Please sign in to comment.