@eth-optimism/tokenlist 8.3.143 → 8.3.144
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.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-1c2c31f9.d.ts → optimism.tokenlist-d139cf9c.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2023-08-24T20:
|
|
44
|
+
var timestamp = "2023-08-24T20:34:55.049Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3363,6 +3363,7 @@ var tokens = [
|
|
|
3363
3363
|
decimals: 18,
|
|
3364
3364
|
logoURI: "https://ethereum-optimism.github.io/data/RSR/logo.png",
|
|
3365
3365
|
extensions: {
|
|
3366
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3366
3367
|
opListId: "extended",
|
|
3367
3368
|
opTokenId: "RSR"
|
|
3368
3369
|
}
|
|
@@ -3393,6 +3394,19 @@ var tokens = [
|
|
|
3393
3394
|
opTokenId: "RSR"
|
|
3394
3395
|
}
|
|
3395
3396
|
},
|
|
3397
|
+
{
|
|
3398
|
+
chainId: 8453,
|
|
3399
|
+
address: "0xaB36452DbAC151bE02b16Ca17d8919826072f64a",
|
|
3400
|
+
name: "Reserve Rights",
|
|
3401
|
+
symbol: "RSR",
|
|
3402
|
+
decimals: 18,
|
|
3403
|
+
logoURI: "https://ethereum-optimism.github.io/data/RSR/logo.png",
|
|
3404
|
+
extensions: {
|
|
3405
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3406
|
+
opListId: "extended",
|
|
3407
|
+
opTokenId: "RSR"
|
|
3408
|
+
}
|
|
3409
|
+
},
|
|
3396
3410
|
{
|
|
3397
3411
|
chainId: 1,
|
|
3398
3412
|
address: "0x7697b462a7c4ff5f8b55bdbc2f4076c2af9cf51a",
|
|
@@ -5027,7 +5041,7 @@ var tokens = [
|
|
|
5027
5041
|
var version = {
|
|
5028
5042
|
major: 8,
|
|
5029
5043
|
minor: 3,
|
|
5030
|
-
patch:
|
|
5044
|
+
patch: 144
|
|
5031
5045
|
};
|
|
5032
5046
|
var optimism_tokenlist_default = {
|
|
5033
5047
|
name,
|