@hyperlane-xyz/registry 15.10.0 → 15.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,6 +3,7 @@ export const warpRouteConfig = {
3
3
  {
4
4
  "addressOrDenom": "0x1e59F72de6c00c456f7F42708FE8b6b0782E84C6",
5
5
  "chainName": "arbitrum",
6
+ "coinGeckoId": "dai",
6
7
  "collateralAddressOrDenom": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
7
8
  "connections": [
8
9
  {
@@ -23,6 +24,7 @@ export const warpRouteConfig = {
23
24
  {
24
25
  "addressOrDenom": "0x7379A18963039eA1284050b585f422e8156c9eC0",
25
26
  "chainName": "bsc",
27
+ "coinGeckoId": "dai",
26
28
  "collateralAddressOrDenom": "0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3",
27
29
  "connections": [
28
30
  {
@@ -62,6 +64,7 @@ export const warpRouteConfig = {
62
64
  {
63
65
  "addressOrDenom": "0x1E71a8d870F0C491d4fCC965A59493b8B7564949",
64
66
  "chainName": "polygon",
67
+ "coinGeckoId": "dai",
65
68
  "collateralAddressOrDenom": "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063",
66
69
  "connections": [
67
70
  {
@@ -3,6 +3,7 @@
3
3
  {
4
4
  "addressOrDenom": "0x1e59F72de6c00c456f7F42708FE8b6b0782E84C6",
5
5
  "chainName": "arbitrum",
6
+ "coinGeckoId": "dai",
6
7
  "collateralAddressOrDenom": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
7
8
  "connections": [
8
9
  {
@@ -23,6 +24,7 @@
23
24
  {
24
25
  "addressOrDenom": "0x7379A18963039eA1284050b585f422e8156c9eC0",
25
26
  "chainName": "bsc",
27
+ "coinGeckoId": "dai",
26
28
  "collateralAddressOrDenom": "0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3",
27
29
  "connections": [
28
30
  {
@@ -62,6 +64,7 @@
62
64
  {
63
65
  "addressOrDenom": "0x1E71a8d870F0C491d4fCC965A59493b8B7564949",
64
66
  "chainName": "polygon",
67
+ "coinGeckoId": "dai",
65
68
  "collateralAddressOrDenom": "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063",
66
69
  "connections": [
67
70
  {
@@ -2,6 +2,7 @@
2
2
  tokens:
3
3
  - addressOrDenom: "0x1e59F72de6c00c456f7F42708FE8b6b0782E84C6"
4
4
  chainName: arbitrum
5
+ coinGeckoId: dai
5
6
  collateralAddressOrDenom: "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1"
6
7
  connections:
7
8
  - token: ethereum|bsc|0x7379A18963039eA1284050b585f422e8156c9eC0
@@ -13,6 +14,7 @@ tokens:
13
14
  symbol: DAI
14
15
  - addressOrDenom: "0x7379A18963039eA1284050b585f422e8156c9eC0"
15
16
  chainName: bsc
17
+ coinGeckoId: dai
16
18
  collateralAddressOrDenom: "0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3"
17
19
  connections:
18
20
  - token: ethereum|arbitrum|0x1e59F72de6c00c456f7F42708FE8b6b0782E84C6
@@ -34,6 +36,7 @@ tokens:
34
36
  symbol: DAI
35
37
  - addressOrDenom: "0x1E71a8d870F0C491d4fCC965A59493b8B7564949"
36
38
  chainName: polygon
39
+ coinGeckoId: dai
37
40
  collateralAddressOrDenom: "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063"
38
41
  connections:
39
42
  - token: ethereum|arbitrum|0x1e59F72de6c00c456f7F42708FE8b6b0782E84C6
@@ -96,8 +96,6 @@ export class FileSystemRegistry extends SynchronousRegistry {
96
96
  }
97
97
  addWarpRouteConfig(warpConfig, options) {
98
98
  const filePath = path.join(this.uri, this.getWarpRouteDeployConfigPath(warpConfig, options));
99
- if (fs.existsSync(filePath))
100
- throw Error(`Warp deploy config already exists for: ${filePath}.`);
101
99
  this.createFile({
102
100
  filePath,
103
101
  data: toYamlString(warpConfig),
@@ -597,6 +597,7 @@ export const warpRouteConfigs = {
597
597
  {
598
598
  "addressOrDenom": "0x1e59F72de6c00c456f7F42708FE8b6b0782E84C6",
599
599
  "chainName": "arbitrum",
600
+ "coinGeckoId": "dai",
600
601
  "collateralAddressOrDenom": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
601
602
  "connections": [
602
603
  {
@@ -617,6 +618,7 @@ export const warpRouteConfigs = {
617
618
  {
618
619
  "addressOrDenom": "0x7379A18963039eA1284050b585f422e8156c9eC0",
619
620
  "chainName": "bsc",
621
+ "coinGeckoId": "dai",
620
622
  "collateralAddressOrDenom": "0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3",
621
623
  "connections": [
622
624
  {
@@ -656,6 +658,7 @@ export const warpRouteConfigs = {
656
658
  {
657
659
  "addressOrDenom": "0x1E71a8d870F0C491d4fCC965A59493b8B7564949",
658
660
  "chainName": "polygon",
661
+ "coinGeckoId": "dai",
659
662
  "collateralAddressOrDenom": "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063",
660
663
  "connections": [
661
664
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hyperlane-xyz/registry",
3
3
  "description": "A collection of configs, artifacts, and schemas for Hyperlane",
4
- "version": "15.10.0",
4
+ "version": "15.10.1",
5
5
  "dependencies": {
6
6
  "jszip": "^3.10.1",
7
7
  "yaml": "2.4.5",